func crypto/internal/fips140/bigmod.ctEq

7 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L45: func ctEq(x, y uint) choice {
		nat.go#L253: 		equal &= ctEq(xLimbs[i], yLimbs[i])
		nat.go#L268: 		zero &= ctEq(xLimbs[i], 0)
		nat.go#L285: 	one := ctEq(xLimbs[0], 1)
		nat.go#L287: 		one &= ctEq(xLimbs[i], 0)
		nat.go#L1024: 				tmp.assign(ctEq(k, uint(i+1)), table[i])
		nat.go#L1029: 			out.assign(not(ctEq(k, 0)), tmp)